| Final Project Document | ||||
|---|---|---|---|---|
| Week | Concept | How I've used it | Line number | Filename |
| 2 | HTML & CSS | The webpage you are looking at now uses HTML & CSS | Every line | index.html, styles.css |
| 3 | Initialize variables | Intialization of the variables involved in data visualization | tbc | counter.js |
| 4 | Document Object Model | Usage of IDs & Classes to manipulate what the user sees | tbc | counter.js |
| 5 | Event Listeners | Looking for changes to user actions to trigger changes to DOM such that user sees something different upon a click, etc | tbc | counter.js |
| 6 | Loops | Used to help with classification of data which will eventually be used for data visualization | tbc | counter.js |
| 7 | Chart.js | Data visualization of Indian & Chinese arms exports | tbc | counter.js |
| 8 | Data cleaning | Processing the data of arms exports to prepare it for visualization | NA | Chinaarmsexports&Indiaarmsexports |